IItemCollection<T> Interface
Represents a collection of items that can be accessed by index and provides read-only functionality.
public interface IItemCollection<>
'Declaration
Public Interface IItemCollection(Of )
- T
- The type of items contained in the collection.